Fully Qualified Name: | Laminas\Router\RouterFactory |
Implements: | FactoryInterface |
Name | Description | Defined By |
---|---|---|
__invoke() | Create and return the router | RouterFactory |
createService() | Create and return RouteStackInterface instance | RouterFactory |
Create and return the router
Delegates to the HttpRouter service.
Parameter Name | Type | Description |
---|---|---|
$container | \ContainerInterface | |
$name | string | |
$options | null|array |
Returns: \RouteStackInterface
Create and return RouteStackInterface instance
For use with laminas-servicemanager v2; proxies to __invoke().
Parameter Name | Type | Description |
---|---|---|
$container | \ServiceLocatorInterface | |
$normalizedName | null|string | |
$requestedName | null|string |
Returns: \RouteStackInterface